ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Envelopes<T> Class / Size Property

In This Topic
    Size Property (Envelopes<T>)
    In This Topic
    Gets or set the size of the moving average envelopes.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0.025)>
    Public Property Size As Double
    [DefaultValue(0.025)]
    public double Size {get; set;}
    See Also